Summary

Displays a form where users can fill in there name and their friend's name. Content Studio then sends a mail to the friends that contains a tip about a particular page.

Component properties
Category AS Miscellaneous
Version 1.0
Complies with Xhtml 1.0 / 1.1 rules Yes
Supported server programming languages C# Visual Basic.NET
Output content type block

When to use

This component is typically used when there is a need for an email based "Tell a friend" functionality. 

Example

The following is an example of how the mail dispatched may look like with normal settings:

Hello

X has sent you a link. 
Click the link below to reach the page.

www.page.com

Programming interface

Parameters

ServerName
Mail server name or IP adress
Show Comment field
Display textarea where users can leave comments
Form labels
YourName
Your name label text
YourEmail
Your email label text
FriendsEmail
Your friends email label text
SendText
Send button text
ThanksText
Thanks text after mail has been sent
Message label
Comment field label text
Information messages
InvalidEmail
Invalid from email
InvalidToEmail
Invalid to email
NoName
No name error message
Subject
Subject
Headline
First part of the mail.
Body begin
The part in the mail after the headline and name of the sender
Body end
End of the mail. After the link.
Mail server login information
Username
Mail server login username
Password
Mail server login password

Remarks